DataCollection | ComponentOne
C1.iOS.DataCollection Assembly / C1.iOS.DataCollection Namespace / C1CollectionViewSource<T> Class / WillDisplaySupplementaryView Method

In This Topic
    WillDisplaySupplementaryView Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overridable Sub WillDisplaySupplementaryView( _
       ByVal collectionView As UIKit.UICollectionView, _
       ByVal view As UIKit.UICollectionReusableView, _
       ByVal elementKind As String, _
       ByVal indexPath As Foundation.NSIndexPath _
    ) 
    public virtual void WillDisplaySupplementaryView( 
       UIKit.UICollectionView collectionView,
       UIKit.UICollectionReusableView view,
       string elementKind,
       Foundation.NSIndexPath indexPath
    )

    Parameters

    collectionView
    view
    elementKind
    indexPath
    See Also